home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1997 April / Software of the Month Club 1997 April.iso / pc / dos / biz / aims / aims.bat next >
Encoding:
DOS Batch File  |  1996-04-29  |  155 b   |  9 lines

  1. @echo off
  2. CONTACT //F:50 %1 %2 %3 /t
  3. if errorlevel 255 goto restart
  4. goto end
  5. :restart
  6. CONTACT //F:50 %1 %2 %3 /n
  7. if errorlevel 5 goto restart
  8. :end
  9.